home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_182.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  808 b   |  15 lines

  1. NPER (Number of Periods)
  2. Calculates the number of periods of an investment involving constant cash flows.
  3.  
  4. Format: NPER (rate, pmt, pv {,fv}{,type})
  5.  
  6. Arguments:
  7. ΓÇó  rate: Interest rate per period.
  8. ΓÇó  pmt: Payment to be made per period.
  9. ΓÇó  pv: Present value of the investment.
  10. ΓÇó  fv: Optional. Future value of the investment or cash value remaining after final payment. If omitted, assumed to be 0.
  11. ΓÇó  type: Optional. Type of payment scheme. (0 or 1; preset to 0, which means payments are due at the end of the period.)
  12.  
  13. Example:
  14. NPER (10%/12,-250,10000) returns 48.86 months (when using a fixed number format with a precision of 2).
  15. Shows that a ┬ú10,000 purchase at a 10% interest rate, monthly payments of ┬ú250, and nothing down requires 49 monthly payments (10%/12 is a 10% rate over 12 months).